home *** CD-ROM | disk | FTP | other *** search
/ Champak 132 (Alt) / Vol 132.iso / games / hewitt.swf / scripts / DefineSprite_464 / frame_1 / DoAction_2.as next >
Encoding:
Text File  |  2011-06-09  |  548 b   |  21 lines

  1. stop();
  2. if(_root.merri._currentframe == 1)
  3. {
  4.    _root.bgSound.setVolume(_root.snd_calc);
  5. }
  6. i = 1;
  7. while(i < 40)
  8. {
  9.    _root.inven["box" + i]._visible = false;
  10.    if(_root.inven["box" + i].orig_x == undefined)
  11.    {
  12.       _root.inven["box" + i].orig_x = _root.inven["box" + i]._x;
  13.       _root.inven["box" + i].orig_y = _root.inven["box" + i]._y;
  14.    }
  15.    _root.inven["box" + i]._x = _root.inven["box" + i].orig_x;
  16.    _root.inven["box" + i]._y = _root.inven["box" + i].orig_y;
  17.    i++;
  18. }
  19. _root.min_objects = 1;
  20. _root.max_objects = 1;
  21.